From bbc4891e3da1a915bb2c5ef4564838fa7ebe61c9 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 30 Dec 2008 05:56:57 +0000 Subject: [PATCH] Doc additions svn path=/trunk/; revision=22012 --- ChangeLog | 1 + gtk/gtkstyle.c | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5eb797dccb..748546a8e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2008-12-30 Matthias Clasen + * gtk/gtkstyle.c: * gtk/gtkmenutooltbutton.c: * gtk/gtkprintoperationpreview.c: Doc additions diff --git a/gtk/gtkstyle.c b/gtk/gtkstyle.c index 36b56b2b44..cc34fde0f2 100644 --- a/gtk/gtkstyle.c +++ b/gtk/gtkstyle.c @@ -855,6 +855,17 @@ gtk_style_realize (GtkStyle *style, g_signal_emit (style, realize_signal, 0); } +/** + * gtk_style_lookup_icon_set: + * @style: a #GtkStyle + * @stock_id: an icon name + * + * Looks up @stock_id in the icon factories associated with @style + * and the default icon factory, returning an icon set if found, + * otherwise %NULL. + * + * Return value: icon set of @stock_id + */ GtkIconSet* gtk_style_lookup_icon_set (GtkStyle *style, const char *stock_id) -- 2.30.2